home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_1 / atcpsd40.lha / AmiTCP-4.0-gcc / netinclude / devices / sana2specialstats.i < prev   
Text File  |  1995-04-07  |  2KB  |  54 lines

  1.         IFND    SANA2_SANA2SPECIALSTATS_I
  2. SANA2_SANA2SPECIALSTATS_I       SET     1
  3. **
  4. **      $Filename: devices/sana2specialstats.i $
  5. **      $Revision: 1.4 $
  6. **      $Date: 93/01/04 12:13:20 $
  7. **
  8. **      Defined ids for SANA-II special statistics.
  9. **
  10. **
  11. **      (C) Copyright 1991 Commodore-Amiga Inc.
  12. **              All Rights Reserved
  13. **
  14.  
  15.  
  16.         IFND    SANA2_SANA2DEVICE_I
  17.         INCLUDE "sana2/sana2device.i"
  18.         ENDC    !SANA2_SANA2DEVICE_I
  19.  
  20. ;
  21. ; The SANA-II special statistic identifier is an unsigned 32 number.
  22. ; The upper 16 bits identify the type of network wire type to which
  23. ; the statistic applies and the lower 16 bits identify the particular
  24. ; statistic.
  25. ;
  26.  
  27. ; If you'd like to add new statistic identifiers, contact CATS.
  28.  
  29. ;
  30. ; defined ethernet special statistics
  31. ;
  32.  
  33. S2SS_ETHERNET_BADMULTICAST      EQU     ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0000)
  34. ;
  35. ; This count will record the number of times a received packet tripped
  36. ; the hardware's multicast filtering mechanism but was not actually in
  37. ; the current multicast table.
  38. ;
  39.  
  40. S2SS_ETHERNET_RETRIES           EQU     ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0001)
  41. ;
  42. ; This count records the total number of retries which have resulted
  43. ; from transmissions on this board.
  44. ;
  45.  
  46. S2SS_ETHERNET_FIFO_UNDERRUNS    EQU     ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0002)
  47. ;
  48. ; This count records an error condition which indicates that the host
  49. ; computer did not feed the network interface data at a high enough
  50. ; rate.
  51.  
  52.  
  53.         ENDC    SANA2_SANA2SPECIALSTATS_I
  54.